home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 83 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: in1.uu.net!tandem!usenet
  2. From: Anatoli Mandelchtam <tolik@tarley_pc.loc201.tandem.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: VC++ Compile for DOS
  5. Date: Tue, 02 Jan 1996 00:29:18 -0800
  6. Organization: Tandem Computers Inc., Cupertino, CA
  7. Message-ID: <30E8ECDE.70A7@tarley_pc.loc201.tandem.com>
  8. References: <4c3ivt$gkg@jupiter.planet.net>
  9. NNTP-Posting-Host: miket_home1.fnord.tandem.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b4 (Win95; I)
  14.  
  15. Chris Kemp wrote:
  16. .> 
  17. .> I need to make a C++ application (uses classes and overloading but not MFC) to run
  18. .> on a DOS machine,
  19. .> 
  20. .> I have the 32 bit VC++ 4.0, which I am using on an NT platform.
  21. .> 
  22. .> Can I use the code I write on the NT platform, and compile it so that it
  23. .> will run on a 16 bit DOS platform?  (It will call no API functions)
  24. .> 
  25.  
  26. VC++ 4.0 will not let you do it.  Try using any other compiler (VC++ 1.52 that comes
  27. on the same CD should do the trick), just make sure all the near/far pointer business
  28. is taken care of.
  29.